From b172a1478c16067d88b3a79eed857f265cafb1b7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 5 May 2025 14:51:56 +0300 Subject: [PATCH] ; * doc/lispref/tips.texi (Library Headers): Fix wording (bug#78253). --- doc/lispref/tips.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index f0238276501..3088decc1b2 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi @@ -1213,10 +1213,10 @@ lines. Here is a table of them: @table @samp @item ;;; Commentary: This begins introductory comments that explain how the library works. -It should come right after the copying permissions, terminated by a -@samp{Change Log}, @samp{History} or @samp{Code} comment line. This -text is used by the Finder package, so it should make sense in that -context. +It should come right after the copying permissions, and is terminated by +one of the comment lines described below: @samp{Change Log}, +@samp{History} or @samp{Code}. This text is used by the Finder package, +so it should make sense in that context. @item ;;; Change Log: This begins an optional log of changes to the file over time. Don't -- 2.30.2